RefundInterface
interface RefundInterface implements ResourceInterface, RetrieveInterface, ListAllInterface, UpdateInterface
interface RefundInterface implements ResourceInterface, RetrieveInterface, ListAllInterface, UpdateInterface
                    string
    getId()
        
                        mixed
    retrieve(string $id)
        
                        
    listAll(array $arguments)
        
                        mixed
    update(string $id, array $data)
        
                        RefundInterface
    create(ChargeInterface $charge, array $arguments = [], string $key = null)