re-order import

This commit is contained in:
Chad Scharf 2020-06-17 20:09:47 -04:00
parent fb70ca8fe9
commit 983f0cbfa7
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import { OrganizationTaxInfoUpdateRequest } from '../request/organizationTaxInfoUpdateRequest';
import { PaymentMethodType } from '../../enums/paymentMethodType';
import { OrganizationTaxInfoUpdateRequest } from '../request/organizationTaxInfoUpdateRequest';
export class PaymentRequest extends OrganizationTaxInfoUpdateRequest {
paymentMethodType: PaymentMethodType;