Skip to content

Commit

Permalink
fix: use RecipientAccountReferenceType
Browse files Browse the repository at this point in the history
  • Loading branch information
olliechick committed Mar 17, 2021
1 parent edcb921 commit 42bab48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/types/restfulTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import {
InquiryStatusFilter,
Locale,
PaymentMethodType,
RecipientAccountReferenceType,
RefundFeeType,
RequestType,
ReturnCountFilter,
Expand Down Expand Up @@ -996,7 +997,7 @@ export type FulfillmentPolicyRequest = {

export type RecipientAccountReference = {
referenceId: string
referenceType: string
referenceType: RecipientAccountReferenceType
}

export type PaymentMethod = {
Expand Down

0 comments on commit 42bab48

Please sign in to comment.