AccountsReturncarrierResource class

Constructors

AccountsReturncarrierResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(AccountReturnCarrier request, String accountId, {String? $fields}) Future<AccountReturnCarrier>
Links return carrier to a merchant account.
delete(String accountId, String carrierAccountId, {String? $fields}) Future<void>
Delete a return carrier in the merchant account.
list(String accountId, {String? $fields}) Future<ListAccountReturnCarrierResponse>
Lists available return carriers in the merchant account.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(AccountReturnCarrier request, String accountId, String carrierAccountId, {String? $fields}) Future<AccountReturnCarrier>
Updates a return carrier in the merchant account.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited